home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / rollon / rollon.dcr / 00013_go to the frame.ls < prev    next >
Encoding:
Text File  |  2004-09-09  |  132 b   |  11 lines

  1. global gDest
  2.  
  3. on exitFrame me
  4.   if gDest <> EMPTY then
  5.     _movie.go(gDest)
  6.     gDest = EMPTY
  7.   else
  8.     go(the frame)
  9.   end if
  10. end
  11.